raise an exception meaning in English
引发异常
Examples
- To avoid raising an exception , always check the
若要避免引发异常,请在读取 - In general , do not raise an exception if the
一般来说,如果多次调用不带有 - Class to compress a file larger than 4 gb raises an exception
类压缩大于4 gb的文件时将会引发异常。 - In a checked context , arithmetic overflow raises an exception
在已检查的上下文中,算法溢出引发异常。 - The following code example is invalid and will raise an exception
下面的代码示例无效,并将引发异常。